[INFO] cloning repository https://github.com/StarterX4/mm-binds-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/StarterX4/mm-binds-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStarterX4%2Fmm-binds-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStarterX4%2Fmm-binds-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1300be1efdea702815e3fc12e775a0e1be62e563
[INFO] fixing StarterX4/mm-binds-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStarterX4%2Fmm-binds-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/StarterX4/mm-binds-rs
[INFO] finished tweaking git repo https://github.com/StarterX4/mm-binds-rs
[INFO] tweaked toml for git repo https://github.com/StarterX4/mm-binds-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/StarterX4/mm-binds-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/StarterX4/mm-binds-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5ec255409cab7c89c01cb31b03064d5910015e10d1163034688fa91637b814f2
[INFO] running `Command { std: "docker" "start" "5ec255409cab7c89c01cb31b03064d5910015e10d1163034688fa91637b814f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ec255409cab7c89c01cb31b03064d5910015e10d1163034688fa91637b814f2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ec255409cab7c89c01cb31b03064d5910015e10d1163034688fa91637b814f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ec255409cab7c89c01cb31b03064d5910015e10d1163034688fa91637b814f2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking mm-binds-rs v0.0.112 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_fixedarray.rs:8413:5
[INFO] [stdout]      |
[INFO] [stdout] 8411 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 8412 |     pub type size_type = usize;
[INFO] [stdout] 8413 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_fixedarray.rs:8413:5
[INFO] [stdout]      |
[INFO] [stdout] 8411 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 8412 |     pub type size_type = usize;
[INFO] [stdout] 8413 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_UPWARD` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3317:5
[INFO] [stdout]      |
[INFO] [stdout]  915 |     pub const FP_INT_UPWARD: u32 = 0;
[INFO] [stdout]      |     --------------------------------- previous definition of the value `FP_INT_UPWARD` here
[INFO] [stdout] ...
[INFO] [stdout] 3317 |     pub const FP_INT_UPWARD: root::_bindgen_ty_7 = 0;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_UPWARD` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_UPWARD` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_DOWNWARD` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3318:5
[INFO] [stdout]      |
[INFO] [stdout]  916 |     pub const FP_INT_DOWNWARD: u32 = 1;
[INFO] [stdout]      |     ----------------------------------- previous definition of the value `FP_INT_DOWNWARD` here
[INFO] [stdout] ...
[INFO] [stdout] 3318 |     pub const FP_INT_DOWNWARD: root::_bindgen_ty_7 = 1;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_DOWNWARD` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_DOWNWARD` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_TOWARDZERO` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3319:5
[INFO] [stdout]      |
[INFO] [stdout]  917 |     pub const FP_INT_TOWARDZERO: u32 = 2;
[INFO] [stdout]      |     ------------------------------------- previous definition of the value `FP_INT_TOWARDZERO` here
[INFO] [stdout] ...
[INFO] [stdout] 3319 |     pub const FP_INT_TOWARDZERO: root::_bindgen_ty_7 = 2;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_TOWARDZERO` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_TOWARDZERO` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_TONEARESTFROMZERO` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3320:5
[INFO] [stdout]      |
[INFO] [stdout]  918 |     pub const FP_INT_TONEARESTFROMZERO: u32 = 3;
[INFO] [stdout]      |     -------------------------------------------- previous definition of the value `FP_INT_TONEARESTFROMZERO` here
[INFO] [stdout] ...
[INFO] [stdout] 3320 |     pub const FP_INT_TONEARESTFROMZERO: root::_bindgen_ty_7 = 3;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_TONEARESTFROMZERO` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_TONEARESTFROMZERO` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_TONEAREST` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3321:5
[INFO] [stdout]      |
[INFO] [stdout]  919 |     pub const FP_INT_TONEAREST: u32 = 4;
[INFO] [stdout]      |     ------------------------------------ previous definition of the value `FP_INT_TONEAREST` here
[INFO] [stdout] ...
[INFO] [stdout] 3321 |     pub const FP_INT_TONEAREST: root::_bindgen_ty_7 = 4;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_TONEAREST` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_TONEAREST` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_NAN` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8577:5
[INFO] [stdout]      |
[INFO] [stdout]  923 |     pub const FP_NAN: u32 = 0;
[INFO] [stdout]      |     -------------------------- previous definition of the value `FP_NAN` here
[INFO] [stdout] ...
[INFO] [stdout] 8577 |     pub const FP_NAN: root::_bindgen_ty_8 = 0;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NAN` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_NAN` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INFINITE` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8578:5
[INFO] [stdout]      |
[INFO] [stdout]  924 |     pub const FP_INFINITE: u32 = 1;
[INFO] [stdout]      |     ------------------------------- previous definition of the value `FP_INFINITE` here
[INFO] [stdout] ...
[INFO] [stdout] 8578 |     pub const FP_INFINITE: root::_bindgen_ty_8 = 1;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INFINITE` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INFINITE` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_ZERO` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8579:5
[INFO] [stdout]      |
[INFO] [stdout]  925 |     pub const FP_ZERO: u32 = 2;
[INFO] [stdout]      |     --------------------------- previous definition of the value `FP_ZERO` here
[INFO] [stdout] ...
[INFO] [stdout] 8579 |     pub const FP_ZERO: root::_bindgen_ty_8 = 2;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_ZERO` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_ZERO` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_SUBNORMAL` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8580:5
[INFO] [stdout]      |
[INFO] [stdout]  926 |     pub const FP_SUBNORMAL: u32 = 3;
[INFO] [stdout]      |     -------------------------------- previous definition of the value `FP_SUBNORMAL` here
[INFO] [stdout] ...
[INFO] [stdout] 8580 |     pub const FP_SUBNORMAL: root::_bindgen_ty_8 = 3;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_SUBNORMAL` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_SUBNORMAL` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_NORMAL` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8581:5
[INFO] [stdout]      |
[INFO] [stdout]  927 |     pub const FP_NORMAL: u32 = 4;
[INFO] [stdout]      |     ----------------------------- previous definition of the value `FP_NORMAL` here
[INFO] [stdout] ...
[INFO] [stdout] 8581 |     pub const FP_NORMAL: root::_bindgen_ty_8 = 4;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NORMAL` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_NORMAL` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_UPWARD` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3317:5
[INFO] [stdout]      |
[INFO] [stdout]  915 |     pub const FP_INT_UPWARD: u32 = 0;
[INFO] [stdout]      |     --------------------------------- previous definition of the value `FP_INT_UPWARD` here
[INFO] [stdout] ...
[INFO] [stdout] 3317 |     pub const FP_INT_UPWARD: root::_bindgen_ty_7 = 0;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_UPWARD` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_UPWARD` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_DOWNWARD` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3318:5
[INFO] [stdout]      |
[INFO] [stdout]  916 |     pub const FP_INT_DOWNWARD: u32 = 1;
[INFO] [stdout]      |     ----------------------------------- previous definition of the value `FP_INT_DOWNWARD` here
[INFO] [stdout] ...
[INFO] [stdout] 3318 |     pub const FP_INT_DOWNWARD: root::_bindgen_ty_7 = 1;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_DOWNWARD` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_DOWNWARD` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_TOWARDZERO` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3319:5
[INFO] [stdout]      |
[INFO] [stdout]  917 |     pub const FP_INT_TOWARDZERO: u32 = 2;
[INFO] [stdout]      |     ------------------------------------- previous definition of the value `FP_INT_TOWARDZERO` here
[INFO] [stdout] ...
[INFO] [stdout] 3319 |     pub const FP_INT_TOWARDZERO: root::_bindgen_ty_7 = 2;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_TOWARDZERO` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_TOWARDZERO` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_TONEARESTFROMZERO` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3320:5
[INFO] [stdout]      |
[INFO] [stdout]  918 |     pub const FP_INT_TONEARESTFROMZERO: u32 = 3;
[INFO] [stdout]      |     -------------------------------------------- previous definition of the value `FP_INT_TONEARESTFROMZERO` here
[INFO] [stdout] ...
[INFO] [stdout] 3320 |     pub const FP_INT_TONEARESTFROMZERO: root::_bindgen_ty_7 = 3;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_TONEARESTFROMZERO` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_TONEARESTFROMZERO` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INT_TONEAREST` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:3321:5
[INFO] [stdout]      |
[INFO] [stdout]  919 |     pub const FP_INT_TONEAREST: u32 = 4;
[INFO] [stdout]      |     ------------------------------------ previous definition of the value `FP_INT_TONEAREST` here
[INFO] [stdout] ...
[INFO] [stdout] 3321 |     pub const FP_INT_TONEAREST: root::_bindgen_ty_7 = 4;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INT_TONEAREST` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INT_TONEAREST` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_NAN` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8577:5
[INFO] [stdout]      |
[INFO] [stdout]  923 |     pub const FP_NAN: u32 = 0;
[INFO] [stdout]      |     -------------------------- previous definition of the value `FP_NAN` here
[INFO] [stdout] ...
[INFO] [stdout] 8577 |     pub const FP_NAN: root::_bindgen_ty_8 = 0;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NAN` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_NAN` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_INFINITE` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8578:5
[INFO] [stdout]      |
[INFO] [stdout]  924 |     pub const FP_INFINITE: u32 = 1;
[INFO] [stdout]      |     ------------------------------- previous definition of the value `FP_INFINITE` here
[INFO] [stdout] ...
[INFO] [stdout] 8578 |     pub const FP_INFINITE: root::_bindgen_ty_8 = 1;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_INFINITE` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_INFINITE` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_ZERO` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8579:5
[INFO] [stdout]      |
[INFO] [stdout]  925 |     pub const FP_ZERO: u32 = 2;
[INFO] [stdout]      |     --------------------------- previous definition of the value `FP_ZERO` here
[INFO] [stdout] ...
[INFO] [stdout] 8579 |     pub const FP_ZERO: root::_bindgen_ty_8 = 2;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_ZERO` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_ZERO` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_SUBNORMAL` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8580:5
[INFO] [stdout]      |
[INFO] [stdout]  926 |     pub const FP_SUBNORMAL: u32 = 3;
[INFO] [stdout]      |     -------------------------------- previous definition of the value `FP_SUBNORMAL` here
[INFO] [stdout] ...
[INFO] [stdout] 8580 |     pub const FP_SUBNORMAL: root::_bindgen_ty_8 = 3;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_SUBNORMAL` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_SUBNORMAL` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `FP_NORMAL` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_float.rs:8581:5
[INFO] [stdout]      |
[INFO] [stdout]  927 |     pub const FP_NORMAL: u32 = 4;
[INFO] [stdout]      |     ----------------------------- previous definition of the value `FP_NORMAL` here
[INFO] [stdout] ...
[INFO] [stdout] 8581 |     pub const FP_NORMAL: root::_bindgen_ty_8 = 4;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `FP_NORMAL` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `FP_NORMAL` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_priority_queue.rs:8014:5
[INFO] [stdout]      |
[INFO] [stdout] 8012 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 8013 |     pub type size_type = usize;
[INFO] [stdout] 8014 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_priority_queue.rs:8014:5
[INFO] [stdout]      |
[INFO] [stdout] 8012 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 8013 |     pub type size_type = usize;
[INFO] [stdout] 8014 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/am_string.rs:13341:5
[INFO] [stdout]       |
[INFO] [stdout] 13339 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13340 |     pub type size_type = usize;
[INFO] [stdout] 13341 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/am_string.rs:13341:5
[INFO] [stdout]       |
[INFO] [stdout] 13339 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13340 |     pub type size_type = usize;
[INFO] [stdout] 13341 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_vector.rs:6383:5
[INFO] [stdout]      |
[INFO] [stdout] 6381 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 6382 |     pub type size_type = usize;
[INFO] [stdout] 6383 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13576:5
[INFO] [stdout]       |
[INFO] [stdout] 13574 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13575 |     pub type size_type = usize;
[INFO] [stdout] 13576 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13749:5
[INFO] [stdout]       |
[INFO] [stdout] 13747 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13748 |     pub type size_type = usize;
[INFO] [stdout] 13749 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]     --> src/amtl/am_vector.rs:6383:5
[INFO] [stdout]      |
[INFO] [stdout] 6381 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 6382 |     pub type size_type = usize;
[INFO] [stdout] 6383 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13576:5
[INFO] [stdout]       |
[INFO] [stdout] 13574 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13575 |     pub type size_type = usize;
[INFO] [stdout] 13576 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13345:5
[INFO] [stdout]       |
[INFO] [stdout] 13343 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13344 |     pub type size_type = usize;
[INFO] [stdout] 13345 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13749:5
[INFO] [stdout]       |
[INFO] [stdout] 13747 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13748 |     pub type size_type = usize;
[INFO] [stdout] 13749 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13424:5
[INFO] [stdout]       |
[INFO] [stdout] 13422 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13423 |     pub type size_type = usize;
[INFO] [stdout] 13424 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13345:5
[INFO] [stdout]       |
[INFO] [stdout] 13343 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13344 |     pub type size_type = usize;
[INFO] [stdout] 13345 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13341:5
[INFO] [stdout]       |
[INFO] [stdout] 13339 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13340 |     pub type size_type = usize;
[INFO] [stdout] 13341 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13424:5
[INFO] [stdout]       |
[INFO] [stdout] 13422 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13423 |     pub type size_type = usize;
[INFO] [stdout] 13424 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13341:5
[INFO] [stdout]       |
[INFO] [stdout] 13339 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     --------------------------------------------- previous definition of the type `iterator` here
[INFO] [stdout] 13340 |     pub type size_type = usize;
[INFO] [stdout] 13341 |     pub type iterator = root::std::_Bit_iterator;
[INFO] [stdout]       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]       |
[INFO] [stdout]       = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:8740:5
[INFO] [stdout]      |
[INFO] [stdout] 8735 |     pub struct iterator {
[INFO] [stdout]      |     ------------------- previous definition of the type `iterator` here
[INFO] [stdout] ...
[INFO] [stdout] 8740 |     pub struct iterator {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `iterator` is defined multiple times
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:8740:5
[INFO] [stdout]      |
[INFO] [stdout] 8735 |     pub struct iterator {
[INFO] [stdout]      |     ------------------- previous definition of the type `iterator` here
[INFO] [stdout] ...
[INFO] [stdout] 8740 |     pub struct iterator {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^ `iterator` redefined here
[INFO] [stdout]      |
[INFO] [stdout]      = note: `iterator` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mm-binds-rs` (lib test) due to 20 previous errors
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name mm_binds_rs --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc"))' -C metadata=ec9fc1322c8109c1 -C extra-filename=-cbba783495f01f98 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_arithmetic.rs:3214:31
[INFO] [stdout]      |
[INFO] [stdout] 3214 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_arithmetic.rs:5104:31
[INFO] [stdout]      |
[INFO] [stdout] 5104 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_arithmetic.rs:5107:31
[INFO] [stdout]      |
[INFO] [stdout] 5107 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_bits.rs:3216:31
[INFO] [stdout]      |
[INFO] [stdout] 3216 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_bits.rs:5106:31
[INFO] [stdout]      |
[INFO] [stdout] 5106 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_bits.rs:5109:31
[INFO] [stdout]      |
[INFO] [stdout] 5109 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_deque.rs:3178:31
[INFO] [stdout]      |
[INFO] [stdout] 3178 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_deque.rs:5696:31
[INFO] [stdout]      |
[INFO] [stdout] 5696 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_deque.rs:5699:31
[INFO] [stdout]      |
[INFO] [stdout] 5699 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_fixedarray.rs:3396:31
[INFO] [stdout]      |
[INFO] [stdout] 3396 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_fixedarray.rs:6167:31
[INFO] [stdout]      |
[INFO] [stdout] 6167 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_fixedarray.rs:6170:31
[INFO] [stdout]      |
[INFO] [stdout] 6170 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_function.rs:2863:31
[INFO] [stdout]      |
[INFO] [stdout] 2863 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_hashmap.rs:3070:31
[INFO] [stdout]      |
[INFO] [stdout] 3070 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_hashmap.rs:5327:31
[INFO] [stdout]      |
[INFO] [stdout] 5327 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_hashmap.rs:5330:31
[INFO] [stdout]      |
[INFO] [stdout] 5330 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_hashset.rs:3070:31
[INFO] [stdout]      |
[INFO] [stdout] 3070 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_hashset.rs:5327:31
[INFO] [stdout]      |
[INFO] [stdout] 5327 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_hashset.rs:5330:31
[INFO] [stdout]      |
[INFO] [stdout] 5330 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_hashtable.rs:3155:31
[INFO] [stdout]      |
[INFO] [stdout] 3155 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_hashtable.rs:5327:31
[INFO] [stdout]      |
[INFO] [stdout] 5327 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_hashtable.rs:5330:31
[INFO] [stdout]      |
[INFO] [stdout] 5330 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_maybe.rs:2777:31
[INFO] [stdout]      |
[INFO] [stdout] 2777 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_mutex.rs:3136:31
[INFO] [stdout]      |
[INFO] [stdout] 3136 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_mutex.rs:6984:31
[INFO] [stdout]      |
[INFO] [stdout] 6984 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_mutex.rs:6987:31
[INFO] [stdout]      |
[INFO] [stdout] 6987 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_priority_queue.rs:3244:31
[INFO] [stdout]      |
[INFO] [stdout] 3244 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_priority_queue.rs:6593:31
[INFO] [stdout]      |
[INFO] [stdout] 6593 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_priority_queue.rs:6596:31
[INFO] [stdout]      |
[INFO] [stdout] 6596 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_raii.rs:2776:31
[INFO] [stdout]      |
[INFO] [stdout] 2776 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_refcounting.rs:2777:31
[INFO] [stdout]      |
[INFO] [stdout] 2777 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_refcounting_threadsafe.rs:3260:31
[INFO] [stdout]      |
[INFO] [stdout] 3260 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_refcounting_threadsafe.rs:4793:54
[INFO] [stdout]      |
[INFO] [stdout] 4793 |         pub type __atomic_diff_t = root::std::atomic<_Tp>;
[INFO] [stdout]      |                                                      ^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 4793 |         pub type __atomic_diff_t<_Tp> = root::std::atomic<_Tp>;
[INFO] [stdout]      |                                 +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_refcounting_threadsafe.rs:7327:31
[INFO] [stdout]      |
[INFO] [stdout] 7327 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_refcounting_threadsafe.rs:7330:31
[INFO] [stdout]      |
[INFO] [stdout] 7330 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_string.rs:3742:31
[INFO] [stdout]      |
[INFO] [stdout] 3742 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/amtl/am_string.rs:6775:74
[INFO] [stdout]      |
[INFO] [stdout] 6775 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 6775 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_string.rs:7731:31
[INFO] [stdout]      |
[INFO] [stdout] 7731 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_string.rs:7734:31
[INFO] [stdout]      |
[INFO] [stdout] 7734 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_thread.rs:3361:31
[INFO] [stdout]      |
[INFO] [stdout] 3361 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/amtl/am_thread.rs:6928:74
[INFO] [stdout]      |
[INFO] [stdout] 6928 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 6928 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_thread.rs:8425:31
[INFO] [stdout]      |
[INFO] [stdout] 8425 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_thread.rs:8428:31
[INFO] [stdout]      |
[INFO] [stdout] 8428 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/am_vector.rs:3181:31
[INFO] [stdout]      |
[INFO] [stdout] 3181 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_vector.rs:5952:31
[INFO] [stdout]      |
[INFO] [stdout] 5952 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/am_vector.rs:5955:31
[INFO] [stdout]      |
[INFO] [stdout] 5955 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/experimental/am_argparser.rs:3941:31
[INFO] [stdout]      |
[INFO] [stdout] 3941 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/amtl/experimental/am_argparser.rs:6808:74
[INFO] [stdout]      |
[INFO] [stdout] 6808 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 6808 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/experimental/am_argparser.rs:7731:31
[INFO] [stdout]      |
[INFO] [stdout] 7731 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/experimental/am_argparser.rs:7734:31
[INFO] [stdout]      |
[INFO] [stdout] 7734 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/os/am_fsutil.rs:3824:31
[INFO] [stdout]      |
[INFO] [stdout] 3824 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/amtl/os/am_fsutil.rs:6857:74
[INFO] [stdout]      |
[INFO] [stdout] 6857 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 6857 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/os/am_fsutil.rs:7813:31
[INFO] [stdout]      |
[INFO] [stdout] 7813 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/os/am_fsutil.rs:7816:31
[INFO] [stdout]      |
[INFO] [stdout] 7816 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/os/am_path.rs:3742:31
[INFO] [stdout]      |
[INFO] [stdout] 3742 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/amtl/os/am_path.rs:6775:74
[INFO] [stdout]      |
[INFO] [stdout] 6775 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 6775 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/os/am_path.rs:7731:31
[INFO] [stdout]      |
[INFO] [stdout] 7731 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/os/am_path.rs:7734:31
[INFO] [stdout]      |
[INFO] [stdout] 7734 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/os/am_shared_library.rs:3574:31
[INFO] [stdout]      |
[INFO] [stdout] 3574 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/amtl/os/am_shared_library.rs:6788:74
[INFO] [stdout]      |
[INFO] [stdout] 6788 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 6788 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/os/am_shared_library.rs:7731:31
[INFO] [stdout]      |
[INFO] [stdout] 7731 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/os/am_shared_library.rs:7734:31
[INFO] [stdout]      |
[INFO] [stdout] 7734 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/amtl/os/am_system_errors.rs:3742:31
[INFO] [stdout]      |
[INFO] [stdout] 3742 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/amtl/os/am_system_errors.rs:6775:74
[INFO] [stdout]      |
[INFO] [stdout] 6775 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 6775 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/os/am_system_errors.rs:7731:31
[INFO] [stdout]      |
[INFO] [stdout] 7731 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/amtl/os/am_system_errors.rs:7734:31
[INFO] [stdout]      |
[INFO] [stdout] 7734 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `T` in this scope
[INFO] [stdout]     --> src/sourcehook/sh_tinyhash.rs:3813:46
[INFO] [stdout]      |
[INFO] [stdout] 3809 |         pub struct THash_iterator<K, V> {
[INFO] [stdout]      |                                   - similarly named type parameter `K` defined here
[INFO] [stdout] ...
[INFO] [stdout] 3813 |             pub iter: root::SourceHook::List<T>,
[INFO] [stdout]      |                                              ^
[INFO] [stdout]      |
[INFO] [stdout] help: a type parameter with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 3813 -             pub iter: root::SourceHook::List<T>,
[INFO] [stdout] 3813 +             pub iter: root::SourceHook::List<K>,
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 3809 |         pub struct THash_iterator<K, V, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `T` in this scope
[INFO] [stdout]     --> src/sourcehook/sh_tinyhash.rs:3823:46
[INFO] [stdout]      |
[INFO] [stdout] 3819 |         pub struct THash_const_iterator<K, V> {
[INFO] [stdout]      |                                         - similarly named type parameter `K` defined here
[INFO] [stdout] ...
[INFO] [stdout] 3823 |             pub iter: root::SourceHook::List<T>,
[INFO] [stdout]      |                                              ^
[INFO] [stdout]      |
[INFO] [stdout] help: a type parameter with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 3823 -             pub iter: root::SourceHook::List<T>,
[INFO] [stdout] 3823 +             pub iter: root::SourceHook::List<K>,
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 3819 |         pub struct THash_const_iterator<K, V, T> {
[INFO] [stdout]      |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_hookmangen.rs:3868:31
[INFO] [stdout]      |
[INFO] [stdout] 3868 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_hookmangen.rs:5859:74
[INFO] [stdout]      |
[INFO] [stdout] 5859 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 5859 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_hookmangen.rs:7533:31
[INFO] [stdout]      |
[INFO] [stdout] 7533 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_hookmangen.rs:7536:31
[INFO] [stdout]      |
[INFO] [stdout] 7536 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Tp` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_hookmangen_x86.rs:4023:31
[INFO] [stdout]      |
[INFO] [stdout] 4023 |             pub static value: _Tp;
[INFO] [stdout]      |                               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Alloc` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_hookmangen_x86.rs:6014:74
[INFO] [stdout]      |
[INFO] [stdout] 6014 |         pub type __allocated_obj_value_type = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                                                          ^^^^^^ not found in this scope
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 6014 |         pub type __allocated_obj_value_type<_Alloc> = root::std::__allocated_ptr<_Alloc>;
[INFO] [stdout]      |                                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_hookmangen_x86.rs:7688:31
[INFO] [stdout]      |
[INFO] [stdout] 7688 |             pub static __min: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `_Value` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_hookmangen_x86.rs:7691:31
[INFO] [stdout]      |
[INFO] [stdout] 7691 |             pub static __max: _Value;
[INFO] [stdout]      |                               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `T` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:3619:46
[INFO] [stdout]      |
[INFO] [stdout] 3615 |         pub struct THash_iterator<K, V> {
[INFO] [stdout]      |                                   - similarly named type parameter `K` defined here
[INFO] [stdout] ...
[INFO] [stdout] 3619 |             pub iter: root::SourceHook::List<T>,
[INFO] [stdout]      |                                              ^
[INFO] [stdout]      |
[INFO] [stdout] help: a type parameter with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 3619 -             pub iter: root::SourceHook::List<T>,
[INFO] [stdout] 3619 +             pub iter: root::SourceHook::List<K>,
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 3615 |         pub struct THash_iterator<K, V, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `T` in this scope
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:3629:46
[INFO] [stdout]      |
[INFO] [stdout] 3625 |         pub struct THash_const_iterator<K, V> {
[INFO] [stdout]      |                                         - similarly named type parameter `K` defined here
[INFO] [stdout] ...
[INFO] [stdout] 3629 |             pub iter: root::SourceHook::List<T>,
[INFO] [stdout]      |                                              ^
[INFO] [stdout]      |
[INFO] [stdout] help: a type parameter with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 3629 -             pub iter: root::SourceHook::List<T>,
[INFO] [stdout] 3629 +             pub iter: root::SourceHook::List<K>,
[INFO] [stdout]      |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]      |
[INFO] [stdout] 3625 |         pub struct THash_const_iterator<K, V, T> {
[INFO] [stdout]      |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CHookContext_iterator` in module `root::SourceHook::Impl`
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:4342:53
[INFO] [stdout]      |
[INFO] [stdout] 4342 |                 pub m_Iter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout]      |                                                     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 4375 |             pub type CHookContext_State = ::core::ffi::c_uint;
[INFO] [stdout]      |             -------------------------------------------------- similarly named type alias `CHookContext_State` defined here
[INFO] [stdout]      |
[INFO] [stdout] help: a type alias with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4342 -                 pub m_Iter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4342 +                 pub m_Iter: root::SourceHook::Impl::CHookContext_State,
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout] 3648 +             use crate::sourcehook::sourcehook_impl::root::CHookContext_iterator;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `CHookContext_iterator`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 4342 -                 pub m_Iter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4342 +                 pub m_Iter: CHookContext_iterator,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CHookContext_iterator` in module `root::SourceHook::Impl`
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:4411:58
[INFO] [stdout]      |
[INFO] [stdout] 4375 |             pub type CHookContext_State = ::core::ffi::c_uint;
[INFO] [stdout]      |             -------------------------------------------------- similarly named type alias `CHookContext_State` defined here
[INFO] [stdout] ...
[INFO] [stdout] 4411 |                     oldhookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a type alias with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4411 -                     oldhookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4411 +                     oldhookiter: root::SourceHook::Impl::CHookContext_State,
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout] 3648 +             use crate::sourcehook::sourcehook_impl::root::CHookContext_iterator;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `CHookContext_iterator`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 4411 -                     oldhookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4411 +                     oldhookiter: CHookContext_iterator,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CHookContext_iterator` in module `root::SourceHook::Impl`
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:4412:59
[INFO] [stdout]      |
[INFO] [stdout] 4375 |             pub type CHookContext_State = ::core::ffi::c_uint;
[INFO] [stdout]      |             -------------------------------------------------- similarly named type alias `CHookContext_State` defined here
[INFO] [stdout] ...
[INFO] [stdout] 4412 |                     nexthookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout]      |                                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a type alias with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4412 -                     nexthookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4412 +                     nexthookiter: root::SourceHook::Impl::CHookContext_State,
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout] 3648 +             use crate::sourcehook::sourcehook_impl::root::CHookContext_iterator;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `CHookContext_iterator`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 4412 -                     nexthookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4412 +                     nexthookiter: CHookContext_iterator,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CHookContext_iterator` in module `root::SourceHook::Impl`
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:4439:58
[INFO] [stdout]      |
[INFO] [stdout] 4375 |             pub type CHookContext_State = ::core::ffi::c_uint;
[INFO] [stdout]      |             -------------------------------------------------- similarly named type alias `CHookContext_State` defined here
[INFO] [stdout] ...
[INFO] [stdout] 4439 |                     oldhookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a type alias with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4439 -                     oldhookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4439 +                     oldhookiter: root::SourceHook::Impl::CHookContext_State,
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout] 3648 +             use crate::sourcehook::sourcehook_impl::root::CHookContext_iterator;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `CHookContext_iterator`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 4439 -                     oldhookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4439 +                     oldhookiter: CHookContext_iterator,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CHookContext_iterator` in module `root::SourceHook::Impl`
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:4440:59
[INFO] [stdout]      |
[INFO] [stdout] 4375 |             pub type CHookContext_State = ::core::ffi::c_uint;
[INFO] [stdout]      |             -------------------------------------------------- similarly named type alias `CHookContext_State` defined here
[INFO] [stdout] ...
[INFO] [stdout] 4440 |                     nexthookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout]      |                                                           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: a type alias with a similar name exists
[INFO] [stdout]      |
[INFO] [stdout] 4440 -                     nexthookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4440 +                     nexthookiter: root::SourceHook::Impl::CHookContext_State,
[INFO] [stdout]      |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]      |
[INFO] [stdout] 3648 +             use crate::sourcehook::sourcehook_impl::root::CHookContext_iterator;
[INFO] [stdout]      |
[INFO] [stdout] help: if you import `CHookContext_iterator`, refer to it directly
[INFO] [stdout]      |
[INFO] [stdout] 4440 -                     nexthookiter: root::SourceHook::Impl::CHookContext_iterator,
[INFO] [stdout] 4440 +                     nexthookiter: CHookContext_iterator,
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `#[panic_handler]` function required, but not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Clone` for type `sourcehook_impl::root::iterator`
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:8739:27
[INFO] [stdout]      |
[INFO] [stdout] 8734 |     #[derive(Debug, Copy, Clone)]
[INFO] [stdout]      |                           ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 8739 |     #[derive(Debug, Copy, Clone)]
[INFO] [stdout]      |                           ^^^^^ conflicting implementation for `sourcehook_impl::root::iterator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Copy` for type `sourcehook_impl::root::iterator`
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:8739:21
[INFO] [stdout]      |
[INFO] [stdout] 8734 |     #[derive(Debug, Copy, Clone)]
[INFO] [stdout]      |                     ---- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 8739 |     #[derive(Debug, Copy, Clone)]
[INFO] [stdout]      |                     ^^^^ conflicting implementation for `sourcehook_impl::root::iterator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `Debug` for type `sourcehook_impl::root::iterator`
[INFO] [stdout]     --> src/sourcehook/sourcehook_impl.rs:8739:14
[INFO] [stdout]      |
[INFO] [stdout] 8734 |     #[derive(Debug, Copy, Clone)]
[INFO] [stdout]      |              ----- first implementation here
[INFO] [stdout] ...
[INFO] [stdout] 8739 |     #[derive(Debug, Copy, Clone)]
[INFO] [stdout]      |              ^^^^^ conflicting implementation for `sourcehook_impl::root::iterator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/am_fixedarray.rs:5329:13
[INFO] [stdout]      |
[INFO] [stdout] 5329 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 5329 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/am_priority_queue.rs:6366:13
[INFO] [stdout]      |
[INFO] [stdout] 6366 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 6366 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/am_string.rs:7481:13
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/am_vector.rs:5114:13
[INFO] [stdout]      |
[INFO] [stdout] 5114 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 5114 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/experimental/am_argparser.rs:7481:13
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/os/am_fsutil.rs:7563:13
[INFO] [stdout]      |
[INFO] [stdout] 7563 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 7563 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/os/am_path.rs:7481:13
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/os/am_shared_library.rs:7481:13
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0740]: field must implement `Copy` or be wrapped in `ManuallyDrop<...>` to be used in a union
[INFO] [stdout]     --> src/amtl/os/am_system_errors.rs:7481:13
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: _Tp,
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: union fields must not have drop side-effects, which is currently enforced via either `Copy` or `ManuallyDrop<...>`
[INFO] [stdout] help: wrap the field type in `ManuallyDrop<...>`
[INFO] [stdout]      |
[INFO] [stdout] 7481 |             pub _M_val: std::mem::ManuallyDrop<_Tp>,
[INFO] [stdout]      |                         +++++++++++++++++++++++   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_arithmetic.rs:4129:18
[INFO] [stdout]      |
[INFO] [stdout] 4129 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_arithmetic::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_bits.rs:4131:18
[INFO] [stdout]      |
[INFO] [stdout] 4131 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_bits::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_deque.rs:4093:18
[INFO] [stdout]      |
[INFO] [stdout] 4093 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_deque::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_fixedarray.rs:4311:18
[INFO] [stdout]      |
[INFO] [stdout] 4311 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_fixedarray::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_function.rs:3778:18
[INFO] [stdout]      |
[INFO] [stdout] 3778 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_function::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_hashmap.rs:3985:18
[INFO] [stdout]      |
[INFO] [stdout] 3985 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_hashmap::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_hashset.rs:3985:18
[INFO] [stdout]      |
[INFO] [stdout] 3985 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_hashset::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_hashtable.rs:4070:18
[INFO] [stdout]      |
[INFO] [stdout] 4070 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_hashtable::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_maybe.rs:3692:18
[INFO] [stdout]      |
[INFO] [stdout] 3692 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_maybe::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_mutex.rs:4060:18
[INFO] [stdout]      |
[INFO] [stdout] 4060 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_mutex::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 8_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_mutex.rs:9414:127
[INFO] [stdout]      |
[INFO] [stdout] 9414 | ...State_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: unique_ptr > () - 8usize] ;
[INFO] [stdout]      |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_mutex::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_priority_queue.rs:4159:18
[INFO] [stdout]      |
[INFO] [stdout] 4159 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_priority_queue::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_raii.rs:3691:18
[INFO] [stdout]      |
[INFO] [stdout] 3691 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_raii::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_refcounting.rs:3692:18
[INFO] [stdout]      |
[INFO] [stdout] 3692 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_refcounting::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_refcounting_threadsafe.rs:4184:18
[INFO] [stdout]      |
[INFO] [stdout] 4184 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_refcounting_threadsafe::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 8_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_refcounting_threadsafe.rs:11141:127
[INFO] [stdout]       |
[INFO] [stdout] 11141 | ...State_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: unique_ptr > () - 8usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_refcounting_threadsafe::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_string.rs:4666:18
[INFO] [stdout]      |
[INFO] [stdout] 4666 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 7
[INFO] [stdout]     --> src/amtl/am_string.rs:7232:13
[INFO] [stdout]      |
[INFO] [stdout] 7232 | /             ["Size of template specialization: auto_ptr_open0_void_close0"]
[INFO] [stdout] 7233 | |                 [::core::mem::size_of::<root::std::auto_ptr<::core::ffi::c_void>>() - 1usize];
[INFO] [stdout]      | |_____________________________________________________________________________________________^ evaluation of `amtl::am_string::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:12875:136
[INFO] [stdout]       |
[INFO] [stdout] 12875 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:12894:145
[INFO] [stdout]       |
[INFO] [stdout] 12894 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:12913:148
[INFO] [stdout]       |
[INFO] [stdout] 12913 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:12932:148
[INFO] [stdout]       |
[INFO] [stdout] 12932 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13201:136
[INFO] [stdout]       |
[INFO] [stdout] 13201 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13234:145
[INFO] [stdout]       |
[INFO] [stdout] 13234 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13260:136
[INFO] [stdout]       |
[INFO] [stdout] 13260 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13279:145
[INFO] [stdout]       |
[INFO] [stdout] 13279 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13298:148
[INFO] [stdout]       |
[INFO] [stdout] 13298 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13317:148
[INFO] [stdout]       |
[INFO] [stdout] 13317 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13344:186
[INFO] [stdout]       |
[INFO] [stdout] 13344 | ...] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13354:136
[INFO] [stdout]       |
[INFO] [stdout] 13354 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13373:186
[INFO] [stdout]       |
[INFO] [stdout] 13373 | ...] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13383:136
[INFO] [stdout]       |
[INFO] [stdout] 13383 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13402:186
[INFO] [stdout]       |
[INFO] [stdout] 13402 | ...] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_string.rs:13412:136
[INFO] [stdout]       |
[INFO] [stdout] 13412 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_string::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_thread.rs:4285:18
[INFO] [stdout]      |
[INFO] [stdout] 4285 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 7
[INFO] [stdout]     --> src/amtl/am_thread.rs:7329:13
[INFO] [stdout]      |
[INFO] [stdout] 7329 | /             ["Size of template specialization: auto_ptr_open0_void_close0"]
[INFO] [stdout] 7330 | |                 [::core::mem::size_of::<root::std::auto_ptr<::core::ffi::c_void>>() - 1usize];
[INFO] [stdout]      | |_____________________________________________________________________________________________^ evaluation of `amtl::am_thread::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13046:136
[INFO] [stdout]       |
[INFO] [stdout] 13046 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13065:145
[INFO] [stdout]       |
[INFO] [stdout] 13065 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13084:148
[INFO] [stdout]       |
[INFO] [stdout] 13084 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13103:148
[INFO] [stdout]       |
[INFO] [stdout] 13103 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13399:136
[INFO] [stdout]       |
[INFO] [stdout] 13399 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13432:145
[INFO] [stdout]       |
[INFO] [stdout] 13432 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13458:136
[INFO] [stdout]       |
[INFO] [stdout] 13458 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13477:145
[INFO] [stdout]       |
[INFO] [stdout] 13477 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13496:148
[INFO] [stdout]       |
[INFO] [stdout] 13496 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13515:148
[INFO] [stdout]       |
[INFO] [stdout] 13515 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 8_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/am_thread.rs:13534:127
[INFO] [stdout]       |
[INFO] [stdout] 13534 | ...State_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: unique_ptr > () - 8usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_thread::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/am_vector.rs:4096:18
[INFO] [stdout]      |
[INFO] [stdout] 4096 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::am_vector::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/experimental/am_argparser.rs:4865:18
[INFO] [stdout]      |
[INFO] [stdout] 4865 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 7
[INFO] [stdout]     --> src/amtl/experimental/am_argparser.rs:7265:13
[INFO] [stdout]      |
[INFO] [stdout] 7265 | /             ["Size of template specialization: auto_ptr_open0_void_close0"]
[INFO] [stdout] 7266 | |                 [::core::mem::size_of::<root::std::auto_ptr<::core::ffi::c_void>>() - 1usize];
[INFO] [stdout]      | |_____________________________________________________________________________________________^ evaluation of `amtl::experimental::am_argparser::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `32_usize - 232_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:12296:36
[INFO] [stdout]       |
[INFO] [stdout] 12296 |                 ["Size of Parser"][::core::mem::size_of::<Parser>() - 232usize];
[INFO] [stdout]       |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::ke::args::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13110:136
[INFO] [stdout]       |
[INFO] [stdout] 13110 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13129:145
[INFO] [stdout]       |
[INFO] [stdout] 13129 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13148:148
[INFO] [stdout]       |
[INFO] [stdout] 13148 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13167:148
[INFO] [stdout]       |
[INFO] [stdout] 13167 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13436:136
[INFO] [stdout]       |
[INFO] [stdout] 13436 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13469:145
[INFO] [stdout]       |
[INFO] [stdout] 13469 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13495:136
[INFO] [stdout]       |
[INFO] [stdout] 13495 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13514:145
[INFO] [stdout]       |
[INFO] [stdout] 13514 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13533:148
[INFO] [stdout]       |
[INFO] [stdout] 13533 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13552:148
[INFO] [stdout]       |
[INFO] [stdout] 13552 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13579:186
[INFO] [stdout]       |
[INFO] [stdout] 13579 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13589:136
[INFO] [stdout]       |
[INFO] [stdout] 13589 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13608:186
[INFO] [stdout]       |
[INFO] [stdout] 13608 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13618:136
[INFO] [stdout]       |
[INFO] [stdout] 13618 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13637:186
[INFO] [stdout]       |
[INFO] [stdout] 13637 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13647:136
[INFO] [stdout]       |
[INFO] [stdout] 13647 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13666:120
[INFO] [stdout]       |
[INFO] [stdout] 13666 | ..._char_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13678:186
[INFO] [stdout]       |
[INFO] [stdout] 13678 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13688:136
[INFO] [stdout]       |
[INFO] [stdout] 13688 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13707:186
[INFO] [stdout]       |
[INFO] [stdout] 13707 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13717:136
[INFO] [stdout]       |
[INFO] [stdout] 13717 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13736:186
[INFO] [stdout]       |
[INFO] [stdout] 13736 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13746:136
[INFO] [stdout]       |
[INFO] [stdout] 13746 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13765:120
[INFO] [stdout]       |
[INFO] [stdout] 13765 | ..._char_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13777:114
[INFO] [stdout]       |
[INFO] [stdout] 13777 | ...ption_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13789:114
[INFO] [stdout]       |
[INFO] [stdout] 13789 | ...ption_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13801:114
[INFO] [stdout]       |
[INFO] [stdout] 13801 | ...ption_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 8_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13813:121
[INFO] [stdout]       |
[INFO] [stdout] 13813 | ...ption_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: unique_ptr > () - 8usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13825:186
[INFO] [stdout]       |
[INFO] [stdout] 13825 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13835:136
[INFO] [stdout]       |
[INFO] [stdout] 13835 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13854:186
[INFO] [stdout]       |
[INFO] [stdout] 13854 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13864:136
[INFO] [stdout]       |
[INFO] [stdout] 13864 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13883:226
[INFO] [stdout]       |
[INFO] [stdout] 13883 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 8_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13888:115
[INFO] [stdout]       |
[INFO] [stdout] 13888 | ...ption_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: unique_ptr > () - 8usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 8_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13905:115
[INFO] [stdout]       |
[INFO] [stdout] 13905 | ...ption_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: unique_ptr > () - 8usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13959:136
[INFO] [stdout]       |
[INFO] [stdout] 13959 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13978:120
[INFO] [stdout]       |
[INFO] [stdout] 13978 | ..._char_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:13990:186
[INFO] [stdout]       |
[INFO] [stdout] 13990 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:14000:136
[INFO] [stdout]       |
[INFO] [stdout] 14000 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/experimental/am_argparser.rs:14019:120
[INFO] [stdout]       |
[INFO] [stdout] 14019 | ..._char_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::experimental::am_argparser::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/os/am_fsutil.rs:4748:18
[INFO] [stdout]      |
[INFO] [stdout] 4748 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 7
[INFO] [stdout]     --> src/amtl/os/am_fsutil.rs:7314:13
[INFO] [stdout]      |
[INFO] [stdout] 7314 | /             ["Size of template specialization: auto_ptr_open0_void_close0"]
[INFO] [stdout] 7315 | |                 [::core::mem::size_of::<root::std::auto_ptr<::core::ffi::c_void>>() - 1usize];
[INFO] [stdout]      | |_____________________________________________________________________________________________^ evaluation of `amtl::os::am_fsutil::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13283:136
[INFO] [stdout]       |
[INFO] [stdout] 13283 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13302:145
[INFO] [stdout]       |
[INFO] [stdout] 13302 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13321:148
[INFO] [stdout]       |
[INFO] [stdout] 13321 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13340:148
[INFO] [stdout]       |
[INFO] [stdout] 13340 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13609:136
[INFO] [stdout]       |
[INFO] [stdout] 13609 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13642:145
[INFO] [stdout]       |
[INFO] [stdout] 13642 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13668:136
[INFO] [stdout]       |
[INFO] [stdout] 13668 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13687:145
[INFO] [stdout]       |
[INFO] [stdout] 13687 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13706:148
[INFO] [stdout]       |
[INFO] [stdout] 13706 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13725:148
[INFO] [stdout]       |
[INFO] [stdout] 13725 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13752:186
[INFO] [stdout]       |
[INFO] [stdout] 13752 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13762:136
[INFO] [stdout]       |
[INFO] [stdout] 13762 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13781:186
[INFO] [stdout]       |
[INFO] [stdout] 13781 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13791:136
[INFO] [stdout]       |
[INFO] [stdout] 13791 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13810:186
[INFO] [stdout]       |
[INFO] [stdout] 13810 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_fsutil.rs:13820:136
[INFO] [stdout]       |
[INFO] [stdout] 13820 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_fsutil::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/os/am_path.rs:4666:18
[INFO] [stdout]      |
[INFO] [stdout] 4666 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 7
[INFO] [stdout]     --> src/amtl/os/am_path.rs:7232:13
[INFO] [stdout]      |
[INFO] [stdout] 7232 | /             ["Size of template specialization: auto_ptr_open0_void_close0"]
[INFO] [stdout] 7233 | |                 [::core::mem::size_of::<root::std::auto_ptr<::core::ffi::c_void>>() - 1usize];
[INFO] [stdout]      | |_____________________________________________________________________________________________^ evaluation of `amtl::os::am_path::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:12879:136
[INFO] [stdout]       |
[INFO] [stdout] 12879 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:12898:145
[INFO] [stdout]       |
[INFO] [stdout] 12898 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:12917:148
[INFO] [stdout]       |
[INFO] [stdout] 12917 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:12936:148
[INFO] [stdout]       |
[INFO] [stdout] 12936 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13205:136
[INFO] [stdout]       |
[INFO] [stdout] 13205 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13238:145
[INFO] [stdout]       |
[INFO] [stdout] 13238 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13264:136
[INFO] [stdout]       |
[INFO] [stdout] 13264 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13283:145
[INFO] [stdout]       |
[INFO] [stdout] 13283 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13302:148
[INFO] [stdout]       |
[INFO] [stdout] 13302 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13321:148
[INFO] [stdout]       |
[INFO] [stdout] 13321 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13348:186
[INFO] [stdout]       |
[INFO] [stdout] 13348 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13358:136
[INFO] [stdout]       |
[INFO] [stdout] 13358 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13377:186
[INFO] [stdout]       |
[INFO] [stdout] 13377 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13387:136
[INFO] [stdout]       |
[INFO] [stdout] 13387 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13406:186
[INFO] [stdout]       |
[INFO] [stdout] 13406 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_path.rs:13416:136
[INFO] [stdout]       |
[INFO] [stdout] 13416 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_path::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/os/am_shared_library.rs:4498:18
[INFO] [stdout]      |
[INFO] [stdout] 4498 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 7
[INFO] [stdout]     --> src/amtl/os/am_shared_library.rs:7245:13
[INFO] [stdout]      |
[INFO] [stdout] 7245 | /             ["Size of template specialization: auto_ptr_open0_void_close0"]
[INFO] [stdout] 7246 | |                 [::core::mem::size_of::<root::std::auto_ptr<::core::ffi::c_void>>() - 1usize];
[INFO] [stdout]      | |_____________________________________________________________________________________________^ evaluation of `amtl::os::am_shared_library::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:12958:136
[INFO] [stdout]       |
[INFO] [stdout] 12958 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:12977:145
[INFO] [stdout]       |
[INFO] [stdout] 12977 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:12996:148
[INFO] [stdout]       |
[INFO] [stdout] 12996 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13015:148
[INFO] [stdout]       |
[INFO] [stdout] 13015 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13284:136
[INFO] [stdout]       |
[INFO] [stdout] 13284 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13317:145
[INFO] [stdout]       |
[INFO] [stdout] 13317 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13343:136
[INFO] [stdout]       |
[INFO] [stdout] 13343 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13362:145
[INFO] [stdout]       |
[INFO] [stdout] 13362 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13381:148
[INFO] [stdout]       |
[INFO] [stdout] 13381 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13400:148
[INFO] [stdout]       |
[INFO] [stdout] 13400 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13427:186
[INFO] [stdout]       |
[INFO] [stdout] 13427 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13437:136
[INFO] [stdout]       |
[INFO] [stdout] 13437 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13456:186
[INFO] [stdout]       |
[INFO] [stdout] 13456 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13466:136
[INFO] [stdout]       |
[INFO] [stdout] 13466 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13485:186
[INFO] [stdout]       |
[INFO] [stdout] 13485 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_shared_library.rs:13495:136
[INFO] [stdout]       |
[INFO] [stdout] 13495 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_shared_library::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `1_usize - 16_usize`, which would overflow
[INFO] [stdout]     --> src/amtl/os/am_system_errors.rs:4666:18
[INFO] [stdout]      |
[INFO] [stdout] 4666 |                 [::core::mem::size_of::<__aligned_storage_max_align_t>() - 16usize];
[INFO] [stdout]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 7
[INFO] [stdout]     --> src/amtl/os/am_system_errors.rs:7232:13
[INFO] [stdout]      |
[INFO] [stdout] 7232 | /             ["Size of template specialization: auto_ptr_open0_void_close0"]
[INFO] [stdout] 7233 | |                 [::core::mem::size_of::<root::std::auto_ptr<::core::ffi::c_void>>() - 1usize];
[INFO] [stdout]      | |_____________________________________________________________________________________________^ evaluation of `amtl::os::am_system_errors::root::std::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:12875:136
[INFO] [stdout]       |
[INFO] [stdout] 12875 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:12894:145
[INFO] [stdout]       |
[INFO] [stdout] 12894 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:12913:148
[INFO] [stdout]       |
[INFO] [stdout] 12913 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:12932:148
[INFO] [stdout]       |
[INFO] [stdout] 12932 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13201:136
[INFO] [stdout]       |
[INFO] [stdout] 13201 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13234:145
[INFO] [stdout]       |
[INFO] [stdout] 13234 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13260:136
[INFO] [stdout]       |
[INFO] [stdout] 13260 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13279:145
[INFO] [stdout]       |
[INFO] [stdout] 13279 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13298:148
[INFO] [stdout]       |
[INFO] [stdout] 13298 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u16 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13317:148
[INFO] [stdout]       |
[INFO] [stdout] 13317 | ...close1_close0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < u32 > > () - 32usize] ;
[INFO] [stdout]       |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13344:186
[INFO] [stdout]       |
[INFO] [stdout] 13344 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13354:136
[INFO] [stdout]       |
[INFO] [stdout] 13354 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13373:186
[INFO] [stdout]       |
[INFO] [stdout] 13373 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13383:136
[INFO] [stdout]       |
[INFO] [stdout] 13383 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `0_usize - 24_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13402:186
[INFO] [stdout]       |
[INFO] [stdout] 13402 | ...lose2_close1_close0"] [:: core :: mem :: size_of :: < root :: std :: vector > () - 24usize] ;
[INFO] [stdout]       |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: attempt to compute `8_usize - 32_usize`, which would overflow
[INFO] [stdout]      --> src/amtl/os/am_system_errors.rs:13412:136
[INFO] [stdout]       |
[INFO] [stdout] 13412 | ...lose0"] [:: core :: mem :: size_of :: < root :: std :: basic_string < :: core :: ffi :: c_char > > () - 32usize] ;
[INFO] [stdout]       |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `amtl::os::am_system_errors::root::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mm-binds-rs` (lib) due to 280 previous errors
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name mm_binds_rs --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type cdylib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc"))' -C metadata=308cb9005eb196af -C extra-filename=-ffa0a29e9174ff99 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "5ec255409cab7c89c01cb31b03064d5910015e10d1163034688fa91637b814f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ec255409cab7c89c01cb31b03064d5910015e10d1163034688fa91637b814f2", kill_on_drop: false }`
[INFO] [stdout] 5ec255409cab7c89c01cb31b03064d5910015e10d1163034688fa91637b814f2
